Skip to main content

Run a Command

RUN_CMD

Runs a command and returns the output of it as a string.

Parameters

  • command (string): The command, e.g. dir
  • arguments (string): The arguments to the command

Returns

The output from the prompt